An interface to the determinant routines.
Computes the determinant of a matrix.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=real64), | intent(in), | dimension(:,:) | :: | a |
The N-by-N matrix on which to operate. |
The determinant of the matrix.
Computes the determinant of a matrix.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| complex(kind=real64), | intent(in), | dimension(:,:) | :: | a |
The matrix on which to operate. |
The determinant of the matrix.